Welcome![Sign In][Sign Up]
Location:
Search - 3D test

Search list

[OpenGL programcppfrance_LABYRINTHE-3D-OPENGL-VISUAL-CPLUSPLUS__

Description: a maze with textures and you can test colisions and other things
Platform: | Size: 480256 | Author: hugo | Hits:

[Game Enginegamesdk

Description: 高效的IOCP通信机制, 实现多人同时在线. 本实例登录服务器同时在线的最大人数为20000, 另外附件中还包括一个 gamesdk.uml 是我用uml画的一个系统架构, 希望对使用者有帮助. 里面还有做了两个实例, CliectTest1用于客户端的测试, servertest工程用于服务端的测试-Communication and efficient communication mechanism IOCP to achieve more than the same time online. The example of the logon server at the same time the maximum number of line 20000, while the annex also includes a gamesdk.uml is because I use a system architecture uml paintings, in the hope to help users of . there is also done two instances, CliectTest1 for client test, servertest engineering for service-side testing
Platform: | Size: 5790720 | Author: 小草 | Hits:

[Home Personal applicationA_3D_RPG_E153777212003

Description: A 3D RPG Engine This is the first half of an OpenGL RPG. It contains most of the graphics processing code, and also walking and also tile-based collision detection. There is suppost for complex quadratic objects (spheres, cylinders, cones) and for normal triangles. As seen in the screenshot, it contains texturing, and implements the particle engine I submitted in January. In the top left corner is the Frames per secons, and there are 3 modes of movement/graphics. When you press M , it changes the mode between constant FPS, variable FPS and constant movement, and variable FPS and movement. In this version, there is a sample map with fogging and a test of most of the implemented features. Thanks to NeHe s OpenGL tutorials for helping me learn OpenGL. http://nehe.gamedev.net If you like this code, please leave feedback and vote. Sorry for the bad textures, the good ones took too up much space. If it gives you a really low FPS, like 8, press M a couple of times. -A 3D RPG Engine This is the first half of an OpenGL RPG. It contains most of the graphics processing code, and also walking and also tile-based collision detection. There is suppost for complex quadratic objects (spheres, cylinders, cones) and for normal triangles. As seen in the screenshot, it contains texturing, and implements the particle engine I submitted in January. In the top left corner is the Frames per secons, and there are 3 modes of movement/graphics. When you press M , it changes the mode between constant FPS, variable FPS and constant movement, and variable FPS and movement. In this version, there is a sample map with fogging and a test of most of the implemented features. Thanks to NeHe s OpenGL tutorials for helping me learn OpenGL. http://nehe.gamedev.net If you like this code, please leave feedback and vote. Sorry for the bad textures, the good ones took too up much space. If it gives you a really low FPS, like 8, press M a couple of times.
Platform: | Size: 101376 | Author: Behrad Niazmand | Hits:

[Shot Gametest

Description: 基于OpenGL的碰撞检测原代码,用于3D游戏开发中最常用的算法之一,希望有助于大家提高!-The collision detection based on OpenGL source code for 3D game development in one of the most common algorithms I hope will help us improve!
Platform: | Size: 64512 | Author: 张鹏程 | Hits:

[OpenGL programtest

Description: 非常酷的一个坦克程序,是用世界上最好的三维引擎osg做的哦-Very cool a tank program, is the world' s best 3D engine osg do Oh
Platform: | Size: 8511488 | Author: czf | Hits:

[3D GraphicPointCloud3DReconstruction

Description: 实现了点云的三维网格化重建,并附上了些测试点云数据-Realized three-dimensional grid point cloud reconstruction, along with some test point cloud data
Platform: | Size: 4856832 | Author: 郑晖 | Hits:

[J2MEDemo3D

Description: 3D测试程序,j2me wtk2.5.2-3D test program, j2me wtk2.5.2
Platform: | Size: 253952 | Author: 彦彬 | Hits:

[FlashMX3D

Description: 这是一个flash源文件,效果很好,测试平台为flash 8.0(如果提示问题请选择合适的版本试试),代码的效果是:3D立方源码-This is a flash source file, with good results, the test platform for the flash 8.0 (if the question, please select the appropriate version to try), the effect is the code: 3D cube source
Platform: | Size: 173056 | Author: xiaomingw | Hits:

[FlashMX3dcar

Description: 这是一个flash源文件,效果很好,测试平台为flash 8.0(如果提示问题请选择合适的版本试试),代码的效果是:3d小汽车,3d效果-This is a flash source file, with good results, the test platform for the flash 8.0 (if the question, please select the appropriate version to try), the effect of the code is: 3d car, 3d effect
Platform: | Size: 518144 | Author: xiaomingw | Hits:

[3D Graphictest-of-projects

Description: 自己做的一些matlab 的三维重建的实验 里面有许多 CT图像图 感兴趣的试试 有一些代码可用 有一些还在调试中-3D visualization CT medical reconstruction
Platform: | Size: 5949440 | Author: 魏中衡 | Hits:

[FlashMX3d-1

Description: 这是一个flash源文件,效果很好,测试平台为flash 8.0(如果提示问题请选择合适的版本试试),代码的效果是:3d-1-This is a flash source file, the effect is very good, the test platform for Flash 8 ( if the question please choose the right version to try), code effect is: 3d-1
Platform: | Size: 20480 | Author: xiaomingw | Hits:

[OpenGL programTest

Description: 利用八叉树抛分原理 ,多相机采集图像进行三维可视外壳重建-Octree throw variational principle, multi-camera image acquisition for 3D shell reconstruction
Platform: | Size: 38912 | Author: jiangkd | Hits:

[SCMLED-3D-POV

Description: stm32的3d led旋转显示器 main(void) { u16 speed=0 System_Init() /* /////test///// int i=0 for(i=0 i<512 i+=2){ Image[i]=0xff } */ while(1){ speed=(CoderData.Speed/64) //HC595X8(speed,Image) if(speed==0) speed=1000 if(speed<5000) HC595X8(speed,Image) } } void System_Init(void){ CoderInit() HC595Init() }-stm32 LED 3D POV main(void) { u16 speed=0 System_Init() /* /////test///// int i=0 for(i=0 i<512 i+=2){ Image[i]=0xff } */ while(1){ speed=(CoderData.Speed/64) //HC595X8(speed,Image) if(speed==0) speed=1000 if(speed<5000) HC595X8(speed,Image) } } void System_Init(void){ CoderInit() HC595Init() }
Platform: | Size: 440320 | Author: xr | Hits:

[3D Graphictest

Description: 读取一系列BMP文件,采用体绘制方法实现图像的三维平滑重建。-Read a series of BMP files, using the volume rendering method for 3D smooth reconstruction of the image。
Platform: | Size: 927744 | Author: nicai | Hits:

[OpenGL program3D-Rotate-Test-5.9

Description: 演示3D模型的旋转功能,围绕三个坐标轴的旋转-this domo can show 3D modle rotation in the three axes
Platform: | Size: 3873792 | Author: 张军 | Hits:

[matlabtest-a-Image-data

Description: 2d-3d image fusion project part-4
Platform: | Size: 691200 | Author: raj | Hits:

[FlashMXtest

Description: 简单的小项目,在flash builder中开发,使用action script 3.0,实现了3D模型的导入,实现鼠标控制模型的旋转和缩放,实现键盘控制模型的旋转和缩放。-Simple project, developed in flash builder, use the action script 3.0 to import 3D model, the model can be rotated and scaled by keyboard and mouse.
Platform: | Size: 2170880 | Author: candle | Hits:

[Dialog_Windowtest

Description: 图形学3D图形的构建,消隐算法的运用,图形运动控制-Graphics 3D graphics, blanking algorithm use graphical motion control
Platform: | Size: 1741824 | Author: 徐培 | Hits:

[OtherRiverTool-v1.1

Description: river unity package 3d test it
Platform: | Size: 2816000 | Author: night | Hits:

[3D GraphicKinect_glTest

Description: 基于Kinect的3D的测试程序,定义控制台应用程序的入口点。-Kinect 3D test program, custom console application entry point.
Platform: | Size: 4096 | Author: xiong | Hits:
« 1 2 34 5 6 7 8 9 »

CodeBus www.codebus.net